const runtime.stackPreempt
11 uses
runtime (current package)
debug.go#L105: gp.stackguard0 = stackPreempt
lock_futex.go#L140: gp.stackguard0 = stackPreempt
preempt.go#L195: if gp.preemptStop && gp.preempt && gp.stackguard0 == stackPreempt && asyncM == gp.m && asyncM.preemptGen.Load() == asyncGen {
preempt.go#L207: gp.stackguard0 = stackPreempt
proc.go#L4403: gp.stackguard0 = stackPreempt
proc.go#L4546: gp.stackguard0 = stackPreempt // see comment in entersyscall
proc.go#L4672: gp.stackguard0 = stackPreempt
proc.go#L6321: gp.stackguard0 = stackPreempt
runtime1.go#L615: gp.stackguard0 = stackPreempt
stack.go#L130: stackPreempt = uintptrMask & -1314
stack.go#L1035: preempt := stackguard0 == stackPreempt
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |